fat pointer
ファットポインタ
2 wordで構成されるpointer
何らかの値へのアドレス
その値を使うために必要な情報を持つword
通常のpointerが1wordなのに対し、余分に情報を持っているから「fat pointer」なのかmrsekut.icon
Rustには2種類のfat pointerがある
sliceへの参照
/mrsekut-book-4873118557/088
trait object
https://stackoverflow.com/questions/57754901/what-is-a-fat-pointer
これってRust固有の用語 #??
/mrsekut-book-4873118557/126